home *** CD-ROM | disk | FTP | other *** search
- log_col : boxed_row {
- fixed_width = true;
- label = "Logical Colors";
- : button {
- label = "BYLAYER";
- mnemonic = "L";
- key = "256";
- }
- : button {
- label = "BYBLOCK";
- mnemonic = "B";
- key = "000";
- }
- }
-
- gray_sh : boxed_row {
- fixed_width = true;
- label = "Gray Shades";
- color_palette_250_255;
- }
-
- first_part1 : column {
- : boxed_row {
- fixed_width = true;
- label = "Standard Colors";
- color_palette_1_9;
- }
- : row {
- gray_sh;
- log_col;
- }
- }
-
- first_part2 : column {
- : boxed_row {
- fixed_width = true;
- label = "Standard Colors";
- color_palette_1_9;
- }
- gray_sh;
- }
-
- no_filter : concatenation {
- : spacer { width = 8.7; }
- : text {
- label = "TIMS Choice:";
- alignment = centered;
- }
- : button {
- label = "NO FILTER";
- mnemonic = "N";
- key = "257";
- }
- }
-
- no_change : concatenation {
- : spacer { width = 8.7; }
- : text {
- label = "TIMS Choice:";
- alignment = centered;
- }
- : button {
- label = "NO CHANGE";
- mnemonic = "N";
- key = "257";
- }
- }
-
-
- full_color : boxed_column {
- label = "Full Color Palette";
- : image_button {
- key = "hiside";
- width = 40;
- height = 5;
- }
- : image_button {
- key = "loside";
- width = 40;
- height = 5;
- }
- }
-
- col_edi : row {
- fixed_width = true;
- alignment = centered;
- : edit12_box {
- label = "Color:";
- key = "color_edit";
- allow_accept = true;
- }
- : swatch {
- key = "color_image";
- }
- }
-
- test_color_filter : dialog {
- label = "Choose a Color";
- first_part1;
- spacer;
- no_filter;
- full_color;
- col_edi;
- ok_cancel;
- errtile;
- }
-
- test_color_descrp : dialog {
- label = "Choose a Color";
- first_part1;
- spacer;
- no_change;
- full_color;
- col_edi;
- ok_cancel;
- errtile;
- }
-
- test_color_logcol : dialog {
- label = "Choose a Color";
- first_part1;
- spacer;
- full_color;
- col_edi;
- ok_cancel;
- errtile;
- }
-
- test_color : dialog {
- label = "Choose a Color";
- first_part2;
- spacer;
- full_color;
- col_edi;
- ok_cancel;
- errtile;
- }